exe、msi、dos、bat等静默运行,后台运行,不弹窗的解决办法
1、exe程序本身不想显示, 在源码开头中加入 #pragma comment( linker, "/subsystem:windows /entry:mainCRTStartu ...
1、exe程序本身不想显示, 在源码开头中加入 #pragma comment( linker, "/subsystem:windows /entry:mainCRTStartu ...